Skip to content

Conversation

@lbushi25
Copy link
Contributor

@lbushi25 lbushi25 commented Dec 5, 2024

This PR is the first in a series of PR's to add XFAIL tracker issues for several tests marked as XFAIL on certain platforms.
For XFAIL's on a hip_nvidia platform, we simply remove the XFAIL entirely as we do not test the configuration anymore.
Also, this PR deleted 6 tests failing everywhere because of an issue that will not be fixed.

@lbushi25 lbushi25 marked this pull request as ready for review December 5, 2024 15:27
@lbushi25 lbushi25 requested review from a team as code owners December 5, 2024 15:27
//
// Fails to release USM pointer on HIP for NVIDIA
// XFAIL: hip_nvidia
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14404
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? The issue is about AMD HIP, not NVidia.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the catch, fixed it!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see how this issue is useful though. If the HW is really unsupported, it should be a REQUIRES: !arch-<something> or something like that.

Or, going deeper, I don't see a value in just adding a bunch of formal links if they don't become actionable.

+ @AlexeySachkov

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tend to agree with Andrei here. If we don't support this configuration (and AFAIK, we don't), then there is no reason for us to maintain those XFAILs, we can just drop them.

Copy link
Contributor

@aelovikov-intel aelovikov-intel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If nobody is working on hip_nvidia and that isn't tested anywhere, maybe we should remove XFAILs instead?

Copy link
Contributor

@sarnex sarnex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esimd lgtm

@sarnex sarnex requested a review from a team December 5, 2024 16:32
// RUN: env SYCL_UR_TRACE=2 %{run} %t.out | FileCheck %s %if !windows %{--check-prefixes=CHECK-RELEASE%}
//
// XFAIL: hip_nvidia
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16197
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we remove XFAIL instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we remove XFAIL instead?

Yes, this one slipped through the cracks. Fixed it now!

@lbushi25 lbushi25 requested a review from bader as a code owner December 6, 2024 16:19
@bader bader removed their request for review December 6, 2024 17:11
@aelovikov-intel aelovikov-intel merged commit b0000e0 into intel:sycl Dec 6, 2024
14 checks passed
aelovikov-intel pushed a commit that referenced this pull request Dec 10, 2024
…entirely (#16307)

This is a cleanup of several tests marked as XFAIL on certain platforms.
It is a follow up of #16287 and it
follows the same principles in handling of XFAILs.
sommerlukas pushed a commit that referenced this pull request Dec 16, 2024
Follow up of #16287 to reduce the
number of improperly XFAIL-ed tests in our repo.
Thanks to @dkhaldi for the mapping between tests and trackers.
aelovikov-intel added a commit to aelovikov-intel/llvm that referenced this pull request Jan 13, 2025
As noted in intel#14432 the configuration
isn't supported/tested anymore and there were some PRs removing related
`XFAIL`s (intel#16287,
intel#16307, and possibly others).

This PR goes a step further removes all the support for that
configuration.
aelovikov-intel added a commit that referenced this pull request Jan 14, 2025
As noted in #14432 the configuration
isn't supported/tested anymore and there were some PRs removing related
`XFAIL`s (#16287,
#16307, and possibly others).

This PR goes a step further and removes all the support for that
configuration in our LIT tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants